:root {
    --ebci1-white: #ffffff;
    --ebci1-dark: #000000;
    --ebci1-primary: #826C5F;
    --ebci1-secondary: #BD8256;
    --ebci1-gray: #cccccc;

    --space-xs: .4rem;
    --space-sm: .8rem;
    --space-md: 1.2rem;
    --space-lg: 2rem;

    --fs-sm: .85rem;
    --fs-md: 1.1rem;
}

body {
    font-family: "Cairo", sans-serif;
    direction: rtl;
}

a {
    text-decoration: none;
    color: inherit;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}